+2008-09-17 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 552500 – GtkPrintSettings API doc not precise enough
+
+ * gtk/gtkprintsettings.c: Documentation improvements. Suggested
+ by Guillaume Cottenceau
+
2008-09-17 Matthias Clasen <mclasen@redhat.com>
Bug 552107 – Small libtool fixes
* gtk_print_settings_load_key_file:
* @settings: a #GtkPrintSettings
* @key_file: the #GKeyFile to retrieve the settings from
- * @group_name: the name of the group to use
+ * @group_name: the name of the group to use, or %NULL to use the default
+ * "Print Settings"
* @error: return location for errors, or %NULL
*
* Reads the print settings from the group @group_name in @key_file.
/**
* gtk_print_settings_new_from_key_file:
* @key_file: the #GKeyFile to retrieve the settings from
- * @group_name: the name of the group to use
+ * @group_name: the name of the group to use, or %NULL to use
+ * the default "Print Settings"
* @error: return location for errors, or %NULL
*
* Reads the print settings from the group @group_name in @key_file.